home *** CD-ROM | disk | FTP | other *** search
- ![]=====================================================[]
- ![] pEDIT Initialization File (WORDPERFECT) []
- ![]=====================================================[]
- !
- ! Must have a 'Do' key
- !
- define_key (do_command, esc)
- !
- ! Define the shift keys
- !
- define_shift (home) ! Cursor control
- define_shift (ctrl-f03) ! Preferences
- define_shift (ctrl-f04) ! Block operations
- define_shift (shift-f07) ! Printing
- !
- ! Function Keys
- !
- define_key (abort, f01)
- define_key (find, f02)
- define_key (althelp, f03)
- define_key (indent_1, f04)
- define_key (get_file, f05)
- define_key (quit, f07)
- define_key (write_file, f10)
- !
- ! Shifted Function Keys
- !
- define_key (findnext, shift-f02)
- define_key (other_window, shift-f03)
- define_key (indent_-1, shift-f04)
- define_key (center_line, shift-f06)
- define_key (set_margins, shift-f08)
- define_key (include_file, shift-f10)
- !
- ! Control Function Keys
- !
- define_key (dos, ctrl-f01)
- define_key (learn, ctrl-f10)
- !
- ! Alternate Function Keys
- !
- define_key (replace, alt-f02)
- define_key (select_text, alt-f04)
- define_key (right_line, alt-f06)
- define_key (draw, alt-f09)
- define_key (execute, alt-f10)
- !
- ! WordPerfect Cursor Control
- !
- define_key (line, ctrl-home)
- define_key (execute_wpfwrev, ctrl-left)
- define_key (move_word, ctrl-right)
- define_key (shift_left, home+left)
- define_key (shift_right, home+right)
- define_key (move_top, home+up)
- define_key (move_bottom, home+down)
- define_key (move_home, home+home)
- define_key (move_end, end)
- define_key (move_end, home+end)
- !
- ! WordPerfect Preferences
- !
- define_key (set_color, ctrl-f03+c)
- define_key (define_key, ctrl-f03+k)
- define_key (ruler, ctrl-f03+r)
- define_key (one_window, ctrl-f03+1)
- define_key (two_windows, ctrl-f03+2)
- !
- ! WordPerfect Block operations
- !
- define_key (remove_text, ctrl-f04+1)
- define_key (store_text, ctrl-f04+2)
- define_key (wipe_text, ctrl-f04+del)
- define_key (insert_here, ctrl-f04+r)
- !
- ! WordPerfect Print commands
- !
- define_key (print_buffer, shift-f07+p)
- define_key (print_block, shift-f07+b)
- define_key (print_delete, shift-f07+d)
- define_key (print_cancel, shift-f07+c)
- define_key (show_printer, shift-f07+s)
- !
- ! Text deletion
- !
- define_key (erase_char, del)
- define_key (erase_word, ctrl-backspace)
- define_key (erase_line, ctrl-end)
- define_key (restore_text, alt-backspace)
- !
- ! Other Control Keys
- !
- define_key (auto_indent, ctrl-enter)
- define_key (remember, ctrl-r)
- !
- ! Keypad Keys
- !
- define_key (move_up, up)
- define_key (move_down, down)
- define_key (move_left, left)
- define_key (move_right, right)
- define_key (prev_screen, pgup)
- define_key (next_screen, pgdn)
- define_key (change_mode, ins)
- define_key (execute_wpfothup, ctrl-pgup)
- define_key (execute_wpfothdn, ctrl-pgdn)
- !
- ! Alternate Keys
- !
- define_key (list_ascii, alt-a)
- define_key (buffer, alt-b)
- define_key (capital_word, alt-c)
- define_key (change_dir, alt-d)
- define_key (fill_para, alt-f)
- define_key (help, alt-h)
- define_key (justify_para, alt-j)
- define_key (quote_char, alt-k)
- define_key (lower_word, alt-l)
- define_key (set_pindent, alt-p)
- define_key (quit, alt-q)
- define_key (repeat, alt-r)
- define_key (set_scope, alt-s)
- define_key (trans_char, alt-t)
- define_key (upper_word, alt-u)
- define_key (set_video, alt-v)
- define_key (exit, alt-x)
- !
- ! Set up the Environment
- !
- set (cursor, block)
-